Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SparseArray<T> Class / Clone Method


In This Topic
    Clone Method (SparseArray<T>)
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public Function Clone( _
       Optional ByVal deeply As Boolean _
    ) As SparseArray(Of T)
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    Dim deeply As Boolean
    Dim value As SparseArray(Of T)
     
    value = instance.Clone(deeply)
    public SparseArray<T> Clone( 
       bool deeply
    )

    Parameters

    deeply

    Return Value

    A new object that is a copy of this instance.
    See Also